Skip to main content

CSV Data

The CSV output node in the workflow engine is a component that allows you to write data to CSV. It supports a simple CSV output that also allows longer texts with special characters.

Functional overview​

  1. Configuration:

You can select a folder and a filename to determine where the data is appended to. Click and select the Available variables to specify which columns should be written in what order.

The data identifier is optional and only acts as an additional descriptive field for the output.

  1. Data Writing:

If the text itself contains a comma, the column is quoted. This is also true for carriage return, newline and quotes. With this formatting option the commonly used CSV format is fully supported.

Usage​

This data export allows to aggregate output data generated by your workflows and write it to a file in a structured way for further processing.